home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("click")
- if the hilite of cast "Degrees" then
- put 180.0 / PI * field "theta" into field "theta"
- end if
- set the hilite of cast "Degrees" to 1
- set the hilite of cast "Radians" to 0
- if the hilite of cast "Degrees" then
- set the castNum of sprite 16 to cast "Degs"
- else
- set the castNum of sprite 16 to cast "Rads"
- end if
- go(the frame - 1)
- end
-